home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Internet Tools 1993 July
/
Internet Tools.iso
/
RockRidge
/
mail
/
metamail
/
contrib
/
ServiceMail
/
src
/
dspd
/
errors.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-03-15
|
344 b
|
21 lines
#include <syslog.h>
#include <errno.h>
#define FACILITY LOG_LOCAL6
#define NORM_LEVEL LOG_INFO
#define FATAL 1
#define SYSTEM (1<<1)
#define E_STAT 0
#define E_OPENDIR 1
#define E_NOFORK 2
#define E_NOEXEC 3
#define E_NOKILL 4
#define E_UNLINK 5
#define E_ERASED 6
#define E_EXISTS 7
#define E_WAIT 8
#define E_NOPID 9
#define E_STILLPID 10